From: Jan Beulich Date: Mon, 16 Mar 2020 10:25:45 +0000 (+0100) Subject: kconfig: expose all{yes,no}config targets X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~542 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=efd09c771ead61fbe34161ae2250d4c77a2dcd36;p=xen.git kconfig: expose all{yes,no}config targets Without having them at least at the xen/Makefile level they're (close to?) inaccessible. As I'm uncertain about their utility at the top level, I'm leaving it at that for now. Signed-off-by: Jan Beulich Acked-by: Wei Liu Acked-by: Andrew Cooper --- diff --git a/xen/Makefile b/xen/Makefile index 8267ace51b..e5f7b1ae13 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -277,7 +277,7 @@ $(foreach base,arch/x86/mm/guest_walk_% \ arch/x86/mm/shadow/guest_%, \ $(foreach ext,o i s,$(call build-intermediate,$(base).$(ext)))) -kconfig := oldconfig config menuconfig defconfig \ +kconfig := oldconfig config menuconfig defconfig allyesconfig allnoconfig \ nconfig xconfig gconfig savedefconfig listnewconfig olddefconfig \ randconfig $(notdir $(wildcard arch/$(SRCARCH)/configs/*_defconfig)) .PHONY: $(kconfig)